home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
MantAirBall.swf
/
scripts
/
frame_1
/
PlaceObject2_10_14
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-05
|
226 b
|
14 lines
onClipEvent(enterFrame){
if(_root.increasethrust == true)
{
if(_root.thrust < 20)
{
_root.thrust += 0.5;
}
}
else if(_root.thrust > 0)
{
_root.thrust -= 0.5;
}
}